module Ramen
{
	imports
		{
			Base
		}

	item RamenChickenFlatEmpty
		{
			Weight    			=	0.2,
			Type    			=	Normal,
			DisplayName 		= 	Empty Ramen Flat,
			Icon 				=	RamenChickenFlatEmpty,
		}

	item RamenBeefFlatEmpty
		{
			Weight    			=	0.2,
			Type    			=	Normal,
			DisplayName 		= 	Empty Ramen Flat,
			Icon 				=	RamenBeefFlatEmpty,
		}

	item RamenShrimpFlatEmpty
		{
			Weight    			=	0.2,
			Type    			=	Normal,
			DisplayName 		= 	Empty Ramen Flat,
			Icon 				=	RamenShrimpFlatEmpty,
		}

	item RamenCheeseFlatEmpty
		{
			Weight    			=	0.2,
			Type    			=	Normal,
			DisplayName 		= 	Empty Ramen Flat,
			Icon 				=	RamenCheeseFlatEmpty,
		}

	item RamenChiliFlatEmpty
		{
			Weight    			=	0.2,
			Type    			=	Normal,
			DisplayName 		= 	Empty Ramen Flat,
			Icon 				=	RamenChiliFlatEmpty,
		}

	item RamenOrientalFlatEmpty
		{
			Weight    			=	0.2,
			Type    			=	Normal,
			DisplayName 		= 	Empty Ramen Flat,
			Icon 				=	RamenOrientalFlatEmpty,
		}

	item RamenPorkFlatEmpty
		{
			Weight    			=	0.2,
			Type    			=	Normal,
			DisplayName 		= 	Empty Pork Flat,
			Icon 				=	RamenPorkFlatEmpty,
		}

	item RamenChickenPackEmpty
		{
			Weight    			=	0.01,
			Type    			=	Normal,
			DisplayName 		= 	Empty Ramen Pack,
			Icon 				=	RamenChickenPackEmpty,
		}

	item RamenChickenFlavEmpty
		{
			Weight    			=	0.005,
			Type    			=	Normal,
			DisplayName 		= 	Empty Flavor Pack,
			Icon 				=	RamenChickenFlavEmpty,
		}

	item RamenBeefPackEmpty
		{
			Weight    			=	0.01,
			Type    			=	Normal,
			DisplayName 		= 	Empty Ramen Pack,
			Icon 				=	RamenBeefPackEmpty,
		}

	item RamenBeefFlavEmpty
		{
			Weight    			=	0.005,
			Type    			=	Normal,
			DisplayName 		= 	Empty Flavor Pack,
			Icon 				=	RamenBeefFlavEmpty,
		}

	item RamenShrimpPackEmpty
		{
			Weight    			=	0.01,
			Type    			=	Normal,
			DisplayName 		= 	Empty Ramen Pack,
			Icon 				=	RamenShrimpPackEmpty,
		}

	item RamenShrimpFlavEmpty
		{
			Weight    			=	0.005,
			Type    			=	Normal,
			DisplayName 		= 	Empty Flavor Pack,
			Icon 				=	RamenShrimpFlavEmpty,
		}

	item RamenCheesePackEmpty
		{
			Weight    			=	0.01,
			Type    			=	Normal,
			DisplayName 		= 	Empty Ramen Pack,
			Icon 				=	RamenCheesePackEmpty,
		}

	item RamenCheeseFlavEmpty
		{
			Weight    			=	0.005,
			Type    			=	Normal,
			DisplayName 		= 	Empty Flavor Pack,
			Icon 				=	RamenCheeseFlavEmpty,
		}
}